home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS13.ADF / AmigaBasicProgs / ReadMe < prev    next >
Text File  |  1986-08-05  |  2KB  |  71 lines

  1.  
  2. [This is a copy of the document Fred Fish received from Carolyn Scheppner
  3. along with the disk.  Any errors that have occured in the process of typing
  4. it in are his...
  5.  
  6. You can create a demo disk by cloning a working AmigaBasic disk, deleting
  7. the basicdemos and tfiles directories, and overlaying what's left with
  8. the contents of this directory via a command of the form:
  9.  
  10. copy AMICUS_13:AmigaBasicProgs df1: all
  11.  
  12. Fred Fish 28-Jun-86]
  13.  
  14. Enclosed is a disk containing my AmigaBasic demos.  For distribution, I
  15. removed AmigaBasic from the disk and replaced it with an icon:
  16.  
  17.        ----------------
  18.       <      <
  19.        \    NOTICE!    \
  20.         >        >
  21.         ----------------
  22.       CopyAmigaBasicHere
  23.  
  24.  
  25. There are seven sample screens on the disk which are referred to by
  26. the programs.
  27.  
  28. The disk contains:
  29.  
  30.  BasicDemos Directory:
  31.  
  32.     NewConvertFd ------   Creates .bmaps from fd files, prepending an "x"
  33.          to any system function name that conflicts with
  34.          an AmigaBasic keyword.
  35.  
  36.     BitPlanes ---------   Finds addresses of and writes directly to the
  37.          bitplanes of the screen's bitmap.
  38.  
  39.  
  40.  LibDemos directory:
  41.  
  42.     AboutBmaps --------   Short tutorial on the creation and use of bmaps.
  43.          (Basic listing)
  44.  
  45.     LoadILBM-SaveACBM -   Loads and displays an IFF ILBM pic such as those
  46.          created with GraphiCraft, DPaint or Images.
  47.          Demos color cycling if a GraphiCraft CCRT chunk
  48.          is found.  Optionally saves the screen as an 
  49.          ACBM (Amiga Contiguous BitMap) file.  An ACBM
  50.          file can be loaded more quickly by Basic.
  51.  
  52.     LoadACBM ----------   Loads and displays an ACBM pic file.
  53.  
  54.     SaveILBM ----------   Creates a demo screen and saves it as an ILBM
  55.          file, readable by GraphiCraft, DPaint, and Images.
  56.  
  57.     ScreenPrint -------   Creates a demo screen and dumps the screen to a 
  58.          graphic printer.
  59.  
  60.     exec.bmap
  61.     dos.bmap
  62.     graphics.bmap -----   Bmaps required by the demos in this directory.
  63.          (1.1 bmaps created with NewConvertFD)
  64.  
  65.  
  66.  OtherBmaps directory:
  67.  
  68.     (various)  --------   Bmaps for other system libraries.
  69.          (1.1 bmaps created with NewConvertFD)
  70.  
  71.